home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / apidev / glide1.exe / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-08-01  |  2KB  |  46 lines

  1. @echo off
  2. echo ┌────────────────────────────────────────────────────────────────────────┐
  3. echo │                            'The Glide'                                 │
  4. echo │                                                                        │
  5. echo │        Generic Language - Integrated Developement Environment          │
  6. echo │                         Version # 1.00.02                              │
  7. echo │                                                                        │
  8. echo │               (c) Copyright 1993, Russell A. Powell                    │
  9. echo │                         All Rights Reserved.                           │
  10. echo └────────────────────────────────────────────────────────────────────────┘
  11. echo  'The Glide' Version 1.00.02 installation routine
  12. echo.
  13. if exist disk1.exe goto :start
  14. goto :wait1
  15. :start
  16. echo ┌─────────────────────────────┐
  17. echo │Installing 'The Glide' . . . │
  18. echo │                             │
  19. echo │Please wait . . .            │
  20. echo └─────────────────────────────┘
  21. disk1.exe %1
  22. :Disk2
  23. if not exist disk2.exe goto :wait2
  24. disk2.exe %1
  25. goto :end
  26. :wait2
  27. echo ┌───────────────────────────────────────┐
  28. echo │Insert 'The Glide' Installation Disk #2│
  29. echo └───────────────────────────────────────┘
  30. pause
  31. goto :Disk2
  32. goto end
  33. :wait1
  34. echo ┌───────────────────────────────────────┐
  35. echo │Insert 'The Glide' Installation Disk #1│
  36. echo └───────────────────────────────────────┘
  37. pause
  38. goto start
  39. :end
  40. Echo ┌────────────────────────────────────────────┐
  41. echo │I'm Ready to start 'The Glide'. Are you ?   │
  42. echo └────────────────────────────────────────────┘
  43. pause
  44. if not "%1" == "" cd %1
  45. glide
  46.